Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create materialSample-example.json #31

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

pbuttigieg
Copy link
Collaborator

Addressing #30

Noting that 'conditionsOfAccess' throws a warning, but we can live with it.

Noting that 'conditionsOfAccess' throws a warning, but we can live with it.
@pbuttigieg pbuttigieg linked an issue Oct 17, 2024 that may be closed by this pull request
pbuttigieg and others added 5 commits October 17, 2024 14:25
the range of material doesn't seem to include DefinedTerm, although it does include Text - thinking about this further
@jmckenna
Copy link
Collaborator

@pbuttigieg I fixed the syntax error for this PR. Also, the schema.org validator reports a hard error of:

DefinedTerm is not a known valid target type for the material property.

for the section:

    "material": {
        "@type": "DefinedTerm",
        "name": "Rock",
        "identifier": "https://w3id.org/isample/vocabulary/material/1.0/rock",
        "inDefinedTermSet": {
            "@type": "DefinedTermSet",
            "identifier": "https://w3id.org/isample/vocabulary/sampleobjecttype/1.0/materialsvocabulary",
            "name": "iSamples Materials Vocabulary"
        }
    },

@pbuttigieg
Copy link
Collaborator Author

is there a generic way we can get DefinedTerm stanzas in text fields? sounds like something to ask the schema.org tracker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create sample pattern
2 participants